***Antipattern***
Count: 3
POST  /talkgroup/join [Singular last node with POST method.] 
POST  /talkgroup/leave [Singular last node with POST method.] 
POST  /uploaddata [Singular last node with POST method.] 

***Pattern***
Count: 2
GET  /policyregular methods.
GET  /userdirectoryregular methods.
